home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
boot
/
selector90.lha
/
Selector
/
install
/
getinfo
< prev
next >
Wrap
AmigaDOS Script File
|
1998-10-14
|
417b
|
27 lines
.key fil,source,dest
.def source /tools/
.def dest C:
.bra {
.ket }
echo "{fil}"
echo " "
echo "Version to install: " noline
/tools/getver {source}{fil} words
echo "Version currently installed: " noline
/tools/getver {dest}{fil} words
echo "Destination: {dest}"
unsetenv ropa
list >env:ropa /tools/docs/{fil}#? lformat %n
if "$ropa" EQ ""
echo " "
{source}{fil} ?
else
run >nil: execute readdoc $ropa
endif